<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="2.0.0">
    <puzzle name="LightUp">
        <board height="7" width="7">
            <cells>
                <cell value="-1" x="3" y="0"/>
                <cell value="4" x="1" y="1"/>
                <cell value="2" x="5" y="1"/>
                <cell value="-1" x="0" y="3"/>
                <cell value="0" x="6" y="3"/>
                <cell value="0" x="1" y="5"/>
                <cell value="3" x="5" y="5"/>
                <cell value="-1" x="3" y="6"/>
            </cells>
        </board>
    </puzzle>
</Legup>
